projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a20a86f
)
(with-current-buffer): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 2 Jun 2006 03:29:47 +0000
(
03:29
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 2 Jun 2006 03:29:47 +0000
(
03:29
+0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 993dae04181b2a36f5e34e4d6efdc634c7c76aee..f19142faa60682753598a290723a21299df742a3 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-2202,7
+2202,7
@@
If you quit, the process is killed with SIGINT, or SIGKILL if you quit again."
;;;; Lisp macros to do various things temporarily.
(defmacro with-current-buffer (buffer &rest body)
- "Execute the forms in BODY with BUFFER
as the current buffer
.
+ "Execute the forms in BODY with BUFFER
temporarily current
.
BUFFER can be a buffer or a buffer name.
The value returned is the value of the last form in BODY.
See also `with-temp-buffer'."